home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TASKROOT.PAK / BUILDALL.BAT
DOS Batch File  |  1997-05-06  |  2KB  |  70 lines

  1. @echo off
  2. if /%mk%/ == // set mk=make
  3.  
  4. if exist colordlg\NUL    cd colordlg
  5. %mk% %1 %2 %3 %4
  6. if errorlevel 1 set err=1
  7. if exist ..\colordlg\NUL cd ..
  8.  
  9. if exist dllhello\NUL    cd dllhello
  10. %mk% %1 %2 %3 %4
  11. if errorlevel 1 set err=1
  12. if exist ..\dllhello\NUL cd ..
  13.  
  14. if exist dynamenu\NUL    cd dynamenu
  15. %mk% %1 %2 %3 %4
  16. if errorlevel 1 set err=1
  17. if exist ..\dynamenu\NUL cd ..
  18.  
  19. if exist instance\NUL    cd instance
  20. %mk% %1 %2 %3 %4
  21. if errorlevel 1 set err=1
  22. if exist ..\instance\NUL cd ..
  23.  
  24. if exist mdidlg\NUL     cd mdidlg
  25. %mk% %1 %2 %3 %4
  26. if errorlevel 1 set err=1
  27. if exist ..\mdidlg\NUL  cd ..
  28.  
  29. if exist mdistrm\NUL     cd mdistrm
  30. %mk% %1 %2 %3 %4
  31. if errorlevel 1 set err=1
  32. if exist ..\mdistrm\NUL  cd ..
  33.  
  34. if exist modalwin\NUL    cd modalwin
  35. %mk% %1 %2 %3 %4
  36. if errorlevel 1 set err=1
  37. if exist ..\modalwin\NUL cd ..
  38.  
  39. if exist notify\NUL      cd notify
  40. %mk% %1 %2 %3 %4
  41. if errorlevel 1 set err=1
  42. if exist ..\notify\NUL   cd ..
  43.  
  44. if exist ownerdra\NUL    cd ownerdra
  45. %mk% %1 %2 %3 %4
  46. if errorlevel 1 set err=1
  47. if exist ..\ownerdra\NUL cd ..
  48.  
  49. if exist popup\NUL       cd popup
  50. %mk% %1 %2 %3 %4
  51. if errorlevel 1 set err=1
  52. if exist ..\popup\NUL    cd ..
  53.  
  54. if exist simbor\NUL      cd simbor
  55. %mk% %1 %2 %3 %4
  56. if errorlevel 1 set err=1
  57. if exist ..\simbor\NUL   cd ..
  58.  
  59. if exist tbexpert\NUL    cd tbexpert
  60. %mk% %1 %2 %3 %4
  61. if errorlevel 1 set err=1
  62. if exist ..\tbexpert\NUL cd ..
  63.  
  64. if exist transfer\NUL    cd transfer
  65. %mk% %1 %2 %3 %4
  66. if errorlevel 1 set err=1
  67. if exist ..\transfer\NUL cd ..
  68.  
  69. :end
  70.